home *** CD-ROM | disk | FTP | other *** search
/ Enter 2002 November / EnterCD 11_2002.iso / Internet / Amaya 6.4 / Windows NT.exe / _SETUP.1 / working_with_document_views.html < prev    next >
Encoding:
Extensible Markup Language  |  2002-06-11  |  5.3 KB  |  140 lines

  1. <?xml version="1.0" encoding="iso-8859-1"?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  3.     "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4. <html xmlns="http://www.w3.org/1999/xhtml">
  5. <head>
  6.   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  7.   <title>Working with Document Views</title>
  8.   <link href="../style.css" rel="stylesheet" type="text/css" />
  9.   <meta name="GENERATOR" content="amaya 5.4, see http://www.w3.org/Amaya/" />
  10. </head>
  11.  
  12. <body xml:lang="en" lang="en">
  13.  
  14. <table border="0" summary="toc">
  15.   <tbody>
  16.     <tr>
  17.       <td><img alt="W3C" src="../../images/w3c_home" /> <img alt="Amaya"
  18.         src="../../images/amaya.gif" /></td>
  19.       <td><p><a href="../Views.html" accesskey="t"><img alt="top"
  20.         src="../../images/up.gif" /></a> <a href="opening_a_view.html"
  21.         accesskey="n"><img alt="next" src="../../images/right.gif" /></a></p>
  22.       </td>
  23.     </tr>
  24.   </tbody>
  25. </table>
  26.  
  27. <div id="page_body">
  28. <h1>Working with Document Views</h1>
  29.  
  30. <p>Amaya can present different views of a document simultaneously. Each view
  31. is displayed in a different window so you can clearly see what is happening
  32. when you edit complex documents.</p>
  33.  
  34. <p>The multiple windows can also help you move quickly through a document.
  35. For example, if you click a heading in the Table of Contents view, the
  36. Formatted view will display the document section you selected.</p>
  37.  
  38. <p>Six views are available from the Views menu.</p>
  39.  
  40. <table border="0" cellspacing="8">
  41.   <tbody>
  42.     <tr>
  43.       <td><p><img width="109" height="122"
  44.         src="../../images/formattedview.jpg" alt="formatted view" /></p>
  45.       </td>
  46.       <td><p><strong>Formatted view</strong> (default)</p>
  47.  
  48.         <p>This view is similar to that provided in other graphical browsers.
  49.         It is a dynamic, direct-manipulation view. At all times it displays
  50.         the changes you make to the document, in contrast to editors that
  51.         only provide a series of static snapshots of the document.</p>
  52.       </td>
  53.     </tr>
  54.     <tr>
  55.       <td><p><img width="108" height="98" alt="structure view"
  56.         src="../../images/structureview.jpg" /></p>
  57.       </td>
  58.       <td><p><strong>Structure view</strong> (Views > Show structure)</p>
  59.  
  60.         <p>This view shows the actual structure of the document. Each element
  61.         is represented by its tag name, followed by its attributes on the
  62.         same line. The elements it contains are represented underneath, next
  63.         to a blue vertical line that shows the extent of the element.</p>
  64.  
  65.         <p>You can directly edit any text displayed in black by clicking and
  66.         typing. You must use the editing commands to change text displayed in
  67.         blue.</p>
  68.  
  69.         <p>The structure view shows all the elements of the document even
  70.         those that are not displayed in the formatted view like comments,
  71.         doctype, processing instructions or the elements of the head
  72.         section.</p>
  73.  
  74.         <p>This view also shows the uri of the namespace used by the author
  75.         when an element belongs to a namespace that is different from it's
  76.         parent one's.</p>
  77.       </td>
  78.     </tr>
  79.     <tr>
  80.       <td><p><img width="108" height="102" alt="alternate view"
  81.         src="../../images/alternateview.jpg" /></p>
  82.       </td>
  83.       <td><p><strong>Alternate view</strong> (Views > Show alternate)</p>
  84.  
  85.         <p>This view shows how the document looks when displayed by a
  86.         text-only browser. It is useful for checking the accessibility of
  87.         your documents.</p>
  88.       </td>
  89.     </tr>
  90.     <tr>
  91.       <td><p><img width="109" height="122" alt="links view"
  92.         src="../../images/linksview.jpg" /></p>
  93.       </td>
  94.       <td><p><strong>Links view</strong> (Views > Show links)</p>
  95.  
  96.         <p>This view shows a list of all anchors in the document and the
  97.         elements each anchor contains. You can focus on it when working on
  98.         hypertext links.</p>
  99.       </td>
  100.     </tr>
  101.     <tr>
  102.       <td><p><img width="111" height="168" alt="table of contents view"
  103.         src="../../images/tocview.jpg" /></p>
  104.       </td>
  105.       <td><p><strong>Table of Contents view</strong> (Views > Show table
  106.         of contents)</p>
  107.  
  108.         <p>This view shows a list of all headings (H<i>n</i> elements) in the
  109.         document. If the document is well structured, it displays an overview
  110.         of the document.</p>
  111.       </td>
  112.     </tr>
  113.     <tr>
  114.       <td><p><img width="109" height="115" alt="source view"
  115.         src="../../images/sourceview.jpg" /></p>
  116.       </td>
  117.       <td><p><strong>Source view</strong> (Views > Show source)</p>
  118.  
  119.         <p>This view shows the actual source code of the document. You can
  120.         use it to edit the syntax of your document.</p>
  121.       </td>
  122.     </tr>
  123.   </tbody>
  124. </table>
  125.  
  126. <p>You can open and close any view at any time. However, if you have multiple
  127. views open and close the Formatted view, all other views will close
  128. automatically.</p>
  129.  
  130. <p>For more information on views, see:</p>
  131. <ul>
  132.   <li><a href="opening_a_view.html">Opening a View</a></li>
  133.   <li><a href="closing_a_view.html">Closing a View</a></li>
  134.   <li><a href="about_synchronized_views.html">About Synchronized
  135.   Views</a></li>
  136. </ul>
  137. </div>
  138. </body>
  139. </html>
  140.